home *** CD-ROM | disk | FTP | other *** search
- #import <appkit/appkit.h>
-
- @interface DocumentIcon: Control {
- id image;
- id target;
- SEL action;
- const char *filename;
- }
-
- - initFrame:(const NXRect *)frameRect;
- - drawSelf:(const NXRect *)rects :(int)rectCount;
- - free;
-
- - (const char *) stringValue;
- - setStringValue: (const char *) aString;
-
- @end
-